home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / uhren & terminkalender / time / alarmclock / alarmclock.guide (.txt) < prev    next >
Amigaguide Document  |  1996-04-07  |  6KB  |  125 lines

  1. @database AlarmClock.guide
  2. @author "Anthony J Moringello"
  3. @(c) "Copyright 
  4.  1994 Anthony J Moringello"
  5. @$VER: CBE 3.2 (03-21-94)
  6. @node  main "Alarm Clock 
  7.  1994 by Anthony J Moringello"
  8.      @{b}Alarm Clock V1.0 
  9.  1994
  10.       Anthony J. Moringello@{ub}
  11.     -------------------------
  12.      @{" Introduction          " link Introduction}
  13.      @{" System Requirements   " link Requirements}
  14.      @{" Installation          " link Installation}
  15.      @{" Using AlarmClock      " link Usage}
  16.      @{" ToolTypes             " link ToolTypes}
  17.      @{" ARexx Commands        " link ARexx}
  18.      @{" Revision History      " link Revisions}
  19.      @{" About the Author      " link AboutTheAuthor}
  20. @endnode
  21. @node Introduction "Introduction"
  22.      @{b}About AlarmClock@{ub}
  23.     -------------------
  24.      AlarmClock is similar to a nifty little clock program I liked -
  25. "Alarming Clock" by Brian Neal - but it has an added feature @{u}I@{uu} needed
  26. which was the ability to automatically turn on/off the alarm from a script.
  27. I have the bad habbit of leaving the clock set on weekends when I am gone,
  28. and this really disturbs my neighbors since I usually wake up to the alarm
  29. blareing from my stereo system.
  30.      Thus I wrote my own version with ARexx support.  Now I can have a CRON
  31. style program baby-sit the program for me.
  32. @{fg highlight}
  33.      Oh, yeah. This is freeware. If you like it great. If not, well too bad.
  34.      I just wrote it up quick for my uses, and though others may find it
  35.      usefull.  Of course if you find any bugs please let me know.
  36. @endnode
  37. @node Requirements "System Requirements"
  38.      @{b}System Requirements@{ub}
  39.     ---------------------
  40.   You need an Amiga with KS V2.04 or above.
  41.    That is it.  No other files or libraries are needed.
  42. @endnode
  43. @node Installation  "Installation"
  44.      
  45.      @{b}Installation@{ub}
  46.     --------------
  47.      Just drop the Icon in you WBStartup drawer or where ever you may
  48. want to start it from.  Thats about it.  You may also wish to set the
  49. sampled sound file. (Note, you must set the tooltypes to make it permanent.)
  50. @endnode
  51. @node Usage "How to use AlarmClock"
  52.      @{b}How to use AlarmClock@{ub}
  53.     -----------------------
  54.      Just start it and it goes.
  55.      
  56.   The [12 hour] button switches the clock displays between 24 hour
  57.      (military) and 12 hour (am/pm) style clock.
  58.   The [ARexx] button allows you to turn off the ARexx script
  59.      interpretation.  If the button is check, ARexx scripts will work.
  60.      If is it not, ARexx will not effect AlarmClock.
  61.      The reason for this is, I have my CRON program turn off the alarm
  62.      for the weekends.  But if I want to use it one day, I dont want to
  63.      worry about re-updating the cron program, so I just make AlarmClock
  64.      ignore the requests.  Ok, well I think it is usefull anyway.
  65.   The HH and MM sliders allow you to set the alrm time.  If you pull
  66.      the HH slider all the way to the left (Past 12:00am) the alarm display
  67.      will change to "- OFF -".  The alarm is now off and will not go...until
  68.      the alrm time is changed of course.
  69.   The bottom gadgets are for loading and testing a sampled sound.  Note
  70.      though, that this is not a permenant change.  You must still set the
  71.      tooltypes to load a specific sound on startup.
  72.   When the alarm goes off, a requester will appear.  Just hit [RETURN] or
  73.      [ESC] and it will disappear, and the sound will stop when finished.
  74. @endnode
  75. @node ToolTypes  "Tooltypes"
  76.      @{b}Tool Types@{ub}
  77.     ------------
  78.        The following tooltypes may be entered into CBE's icon info, or
  79.      they may be used from the CLI/Shell.  When entering parameters
  80.      from the shell, remember any arguments with spaces MUST be
  81.      surrounded by double quotes (").
  82.           e.g.  CBE  TOPUNIT=5  "CX_COPY1=lalt ctrl c"
  83.      PUBSCREEN   -  Public screen for AlarmClock to rest.
  84.      ALARM_SOUND - Full path/filename for sampled or 8SVX sound.
  85.      ALARM_TIME  - Time for alarm.  24 Hour Format HHMM no ':' or spaces.
  86.                    e.g. "ALARM_TIME=2245".  'OFF' is also allowed.
  87.      ALARM_ON    - Start up with alarm on? <YES|NO>
  88.      12HOUR      - 12 hour display mode? <YES|NO>
  89.      FLASH       - Use system DisplayBeep for Alarm? <YES|NO>
  90.      WINTOP      - Location for top of window.
  91.      WINLEFT     - Location for left edge of window.
  92. @endnode
  93. @node ARexx "ARexx commands"
  94.      @{b}ARexx commands@{ub}
  95.     ----------------
  96.      AlarmClock has only two ARexx commands:
  97.   QUIT
  98.      Obviously, this shuts down and quits the program.
  99.   SETALARM <HHMM | OFF>
  100.      Same usage as in the tooltypes.  This will set a new tiem for the alarm
  101.      to go off, or with OFF, you can turn the alarm off.
  102. @endnode
  103. @node Revisions "Revision History"
  104.      @{b}History@{ub}
  105.     ---------
  106.     V1.0 (13-May-94) What you see here.
  107. @endnode
  108. @node AboutTheAuthor "About the Author"
  109.      @{b}How to get in touch with the author@{ub}
  110.     -------------------------------------
  111.      E-mail to:  anthonym@alpha1.csd.uwm.edu
  112.      US Snail:
  113.                  Anthony J. Moringello
  114.                  2209 E. Park Pl. #4
  115.                  Milwaukee, WI 53211
  116.                  USA
  117.      -----BEGIN PGP PUBLIC KEY BLOCK-----
  118.      Version: 2.3a
  119.      mQBNAi15ROwAAAECAKG3ihMbC5/1zz9iEWBbgd8NBLDj2/XRhkQIrNU8K4IrW8zd
  120.      7PzL+B2oX1YrqUPWMHpZYDx2q2AdDX3I+VCX/n0ABRG0MkFudGhvbnkgSiBNb3Jp
  121.      bmdlbGxvIDxhbnRob255bUBhbHBoYTEuY3NkLnV3bS5lZHU+
  122.      =OpxA
  123.      -----END PGP PUBLIC KEY BLOCK-----
  124. @endnode
  125.